date_days_in_month

返回给定日期时间的月份中的天数。

语法:

date_days_in_month(date);


参数 描述
date The date to use.


返回: Real(实数)


描述

使用此函数, 你可以获得给定月份的天数 (28、29、30或 31天)。


例如:

days = date_days_in_month(date_current_datetime());

这将 "days" 设置为当月的天数。


上一页: Date And Time
下一页: date_days_in_year
© Copyright YoYo Games Ltd. 2018 All Rights Reserved